home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Herra / TIMWIN.ZIP / INIFULL.CMD < prev    next >
OS/2 REXX Batch file  |  1993-09-22  |  222b  |  18 lines

  1. ; inifull  --  initializing the system for the full version
  2. ;
  3. file timhelp = "timwin.hlp"
  4.  
  5.  
  6. if ((improp fg) & DIS_BIT) == DIS_BIT
  7.   dest p
  8.   show p
  9. else
  10.   dis h
  11. endif
  12.  
  13. /init
  14.  
  15. help timhelp "index" 1
  16. stop
  17.  
  18.